-
-
Notifications
You must be signed in to change notification settings - Fork 270
chore(deps): update all non-major dependencies #3221
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
76732b0 to
b94e84d
Compare
b94e84d to
f019035
Compare
f019035 to
65bb2fa
Compare
65bb2fa to
a9e57df
Compare
a9e57df to
469c4e3
Compare
469c4e3 to
3ef671b
Compare
7ad5f9b to
5144630
Compare
5144630 to
84d54e2
Compare
84d54e2 to
a2c5bad
Compare
a2c5bad to
5d99569
Compare
5d99569 to
d64fdb0
Compare
d64fdb0 to
1571785
Compare
1571785 to
cbf8017
Compare
This PR contains the following updates:
5.18.3->5.27.14.3.0->4.4.15.1.0->5.1.27.0.0->7.1.07.26.10->7.28.51.17.0->1.17.21.17.0->1.17.21.17.0->1.17.22.29.5->2.29.70.9.1->0.11.03.9.1->3.9.23.9.1->3.9.23.9.1->3.9.23.9.1->3.9.23.9.1->3.9.29.37.0->9.39.13.1.0->3.1.14.6.0->4.7.05.9.1->5.22.02.17.1->2.17.22.17.1->2.17.22.17.1->2.17.22.17.1->2.17.22.17.1->2.17.23.13.0->3.14.03.13.0->3.14.09.1.12->9.1.169.1.12->9.1.169.1.12->9.1.162.46.4->2.48.40.4.36->0.5.1724.8.1->24.10.08.46.1->8.46.38.46.1->8.46.35.0.4->5.1.04.1.0->4.2.15.5.5->5.15.34.24.4->4.27.09.3.1->9.5.13.1.2->3.2.09.37.0->9.39.11.17.0->1.17.27.0.0->7.0.111.2.0->11.3.25.14.1->5.15.06.14.0->6.15.016.4.0->16.5.015.10.2->15.11.79.0.11->9.1.75.1.29->5.1.3224.0.0->24.1.31.25.1->1.30.21.23.0->1.30.215.2.11->15.5.20.30.19->0.30.212.21.0->2.25.00.46.0->0.54.01.2.0->1.2.25.1.5->5.1.614.2.26->14.2.336.6.0->6.8.03.16.0->3.20.01.6.18->1.7.160.1.0->0.2.1110.19.0->10.20.08.4.49->8.5.67.0.6->7.0.73.2.5->3.6.22.3.1->2.4.15.9.1->5.22.019.1.1->19.2.019.1.1->19.2.018.3.0-canary-14fd9630e-20240213->18.3.0-next-fecc288b7-202210253.13.0->3.14.01.9.9->1.9.101.9.9->1.9.109.1.12->9.1.165.37.3->5.43.34.3.1->4.3.35.8.0->5.9.05.8.3->5.9.35.8.3->4.9.55.8.3->5.9.38.46.1->8.46.37.7.0->5.29.02.14.0->2.16.07.0.6->7.2.07.0.6->3.2.117.0.6->4.5.142.11.8->2.11.105.1.4->4.3.23.5.18->3.5.220.23.7->0.27.05.1.0->5.1.13.25.1->3.25.76Release Notes
chakra-ui/ark (@ark-ui/react)
v5.27.1Compare Source
Fixed
scrollbar-gutter: stablein CSSonValueChangeEndcallback not triggering for programmatic value changesv5.27.0Compare Source
Added
Fixed
Angle Slider: Resolved an issue where dragging the thumb from non-center positions caused unexpected value jumps.
The thumb now maintains consistent positioning relative to the initial click point.
Slider: Fixed a problem where the thumb offset shifted dynamically during dragging, resulting in value jumps. The
offset now remains constant from the pointer throughout the drag operation.
Date Picker: Resolved a crash in the range date picker occurring when users typed the end date first by
implementing
null/undefinedchecks for date property access.Radio Group: Reverted to
offsetLeft/offsetTopcalculations to restore correct indicator positioning withinscrollable container contexts.
Tabs: Reverted to
offsetLeft/offsetTopcalculations to fix indicator positioning issues in scrollablecontainers.
Tour:
v5.26.2Compare Source
Fixed
Angle Slider: Fix accessibility violation where the slider thumb element lacked an accessible name. The thumb now
supports
aria-labelandaria-labelledbyprops, and automatically falls back to the label element's ID for properARIA labeling.
Select: Fix accessibility violation where the required state was not set correctly to on the trigger.
Tags Input: Fix issue where entering a custom tag with combobox integration required pressing
Entertwice. Thetags-input now correctly handles custom values when the combobox has no highlighted item (
aria-activedescendantisempty), allowing the tag to be added on the first
Enterpress.v5.26.1Compare Source
Fixed
Checkbox
indeterminatedoesn't workapi.checkedStatereturns the correct checked state (boolean | "indeterminate")Collapsible: Fix issue where
dirprop value was hardcoded toltrinstead of using the provided valueCombobox: Fix issue where controlled single-select combobox does not propagate its initial value to
inputValueListbox: Fix issue where pressing Enter key when no highlighted item still calls
event.preventDefault()Radio Group: Refactor to use
getBoundingClientRect()for precise indicator positioningSlider
minStepsBetweenThumbsTabs: Refactor to use
getBoundingClientRect()for precise indicator positioningTags Input: Fix issue where
maxLengthdoesn't apply to the edit input as wellv5.26.0Compare Source
Added
Collapsible: Add support for
collapsedHeightandcollapsedWidthprops to control the dimensions of thecollapsible content when in its collapsed state.
Focus Trap: Allow elements referenced by
aria-controlsto be included in the trap scope. This makes it possiblefor menus, popovers, etc. to be portalled and work correctly.
Pagination: Add
getPageUrlprop for generatinghrefattributes when using pagination as links.Select: Add
SelectRootComponentPropstype export for better component type composition.Listbox: Add
ListboxRootComponentPropstype export for better component type composition.Combobox: Add
ComboboxRootComponentPropstype export for better component type composition.TreeView:
TreeViewRootComponentPropstype export for better component type composition.TreeViewNodeRenameInputcomponent for inline node label editingcanRenameprop to control which nodes can be renamedonRenameStart,onBeforeRename, andonRenameCompletecallbacks for rename lifecycleCheckedChangeDetails,LoadChildrenErrorDetails,RenameStartDetails, andRenameCompleteDetailstypeexports
Fixed
Scroll Area: Fix RTL horizontal scrollbar positioning on Safari
Slider: Fix issue where slider continues dragging when disabled during drag operation.
Switch: Fix issue where
data-activeis inconsistently applied whendisabledstate changes at runtimev5.25.1Compare Source
Fixed
Date Picker
FormatByte: Add support for
unitSystemproperty to allow changing between decimal (1000 bytes) and binary (1024bytes) systems.
Number Input: When
formatOptionsis used (likestyle: "currency"), the cursor would jump to the end of theinput when typing in the middle. The cursor now maintains its relative position during formatting changes.
Pin Input: Fix issue where using the keyboard shortcuts
Cmd+BackspaceandCmd+Deleteto delete text in pininputs would insert "undefined" instead of clearing the field.
Scroll Area: Fix issue where resize tracking was not observing the root element, which caused the scrollbar to not
update when the root element's size changed.
v5.25.0Compare Source
Added
mergePropsutility for combining multiple props objects with proper event handler and className merging.createContextutility for creating typed React contexts with improved DX.Fixed
angleSliderAnatomyfrom the anatomy exportsv5.24.1Compare Source
Fixed
mergePropsthrows whenpropsisundefinedornullv5.24.0Compare Source
Added
alwaysSubmitOnEnterprop to allow bypassing the default two-stepConfiguration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) in timezone UTC, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.